home *** CD-ROM | disk | FTP | other *** search
- global g_no, jumplistkey
-
- on startMovie
- set mycursor to [1, 2]
- set the cursor of sprite 11 to mycursor
- set the cursor of sprite 12 to mycursor
- set the cursor of sprite 13 to mycursor
- set the cursor of sprite 14 to mycursor
- set the cursor of sprite 15 to mycursor
- set the cursor of sprite 17 to mycursor
- set jumplistkey to ["G1", "G2", "G3", "G4", "G5", "G6", "G7", "G8", "G9", "G10", "G11", "G12", "G13", "G14", "G15"]
- set volset to the soundLevel
- if the soundEnabled = 0 then
- set the soundEnabled to 1
- end if
- end
-
- on donext
- if (g_no + 1) = 16 then
- set g_no to 0
- end if
- go(getAt(jumplistkey, g_no + 1))
- end
-
- on doback
- if (g_no - 1) = 0 then
- set g_no to 16
- end if
- go(getAt(jumplistkey, g_no - 1))
- end
-
- on doexit
- sound stop 1
- go("M3", "@::JMACMENU")
- end
-
- on crtopen
- puppetSprite(6, 1)
- repeat while the stillDown
- set the memberNum of sprite 6 to 19
- updateStage()
- end repeat
- set the memberNum of sprite 6 to 16
- updateStage()
- puppetSprite(6, 0)
- end
-
- on crtclose
- puppetSprite(7, 1)
- repeat while the stillDown
- set the memberNum of sprite 7 to 20
- updateStage()
- end repeat
- set the memberNum of sprite 7 to 17
- updateStage()
- puppetSprite(7, 0)
- end
-
- on crtback
- puppetSprite(21, 1)
- repeat while the stillDown
- set the memberNum of sprite 21 to 40
- updateStage()
- end repeat
- set the memberNum of sprite 21 to 39
- updateStage()
- puppetSprite(21, 0)
- end
-
- on crtnext
- puppetSprite(20, 1)
- repeat while the stillDown
- set the memberNum of sprite 20 to 38
- updateStage()
- end repeat
- set the memberNum of sprite 20 to 37
- updateStage()
- puppetSprite(20, 0)
- end
-
- on crtclose2
- puppetSprite(22, 1)
- repeat while the stillDown
- set the memberNum of sprite 22 to 42
- updateStage()
- end repeat
- set the memberNum of sprite 22 to 41
- updateStage()
- puppetSprite(22, 0)
- end
-
- on crtprof
- puppetSprite(8, 1)
- repeat while the stillDown
- set the memberNum of sprite 8 to 21
- updateStage()
- end repeat
- set the memberNum of sprite 8 to 18
- updateStage()
- puppetSprite(8, 0)
- end
-